| 1. | Taming tiger : the collections framework 驯服tiger :集合框架 |
| 2. | The collections framework has been extended to encompass some 经过扩展, collections framework还包含一些 |
| 3. | Collections framework tutorial Java集合框架教程 |
| 4. | For a more detailed introduction to the collections framework , see the 关于collections framework的详细介绍请参阅 |
| 5. | One of the bigger changes to the 5 . 0 collections framework is the addition of the new base interface 5 . 0集合框架较大的一个改变就是添加了新的基接口 |
| 6. | This change to the utility class is the first since the collections framework debuted in j2se 1 . 2 自从集合框架初次出现在j2se 1 . 2中以来,人们第一次对实用工具类进行了更改。 |
| 7. | Which appeared as part of the collections framework in jdk 1 . 2 , addressed thread - safety by providing an unsynchronized base class and a synchronized wrapper , 是作为jdk1 . 2中的集合框架的一部分出现的,它通过提供一个不同步的基类和一个同步的包装器 |
| 8. | Hibernate lets you develop persistent classes following common java idiom - including association , inheritance , polymorphism , composition , and the java collections framework Hibernate支援开发符合常规java理念的持久性类型包括关联继承多面向复合以及java集合框架。 |
| 9. | The collections framework introduced iterators for traversing a list or other collection , which optimizes the process of iterating through the elements in a collection 集合框架引入了迭代器,用于遍历一个列表或者其他集合,从而优化了对一个集合中的元素进行迭代的过程。 |
| 10. | This section shows how to add generics to existing code ; it considers a small example , a library for stacks that extends the collections framework , together with an associated client 这个部分将介绍如何向已有的代码中引入范型;我们来看一个小例子,一个继承了集合框架的堆栈库,以及一个相应的客户端代码。 |